// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03B TN_Widget.CreateTable([['Clemson Tigers vs. Boston College Eagles','Doug Kingsmore Stadium','Clemson, SC','Thursday','5/16/2024','6:00 PM','6087526','Clemson-Tigers-vs--Boston-College-Eagles-5-16-2024'],['Clemson Tigers vs. Boston College Eagles','Doug Kingsmore Stadium','Clemson, SC','Friday','5/17/2024','6:00 PM','6087527','Clemson-Tigers-vs--Boston-College-Eagles-5-17-2024'],['Clemson Tigers vs. Boston College Eagles','Doug Kingsmore Stadium','Clemson, SC','Saturday','5/18/2024','1:00 PM','6087528','Clemson-Tigers-vs--Boston-College-Eagles-5-18-2024'],['Florida State Seminoles vs. Boston College Eagles','Doak Campbell Stadium','Tallahassee, FL','Monday','9/2/2024','TBD','6229349','Florida-State-Seminoles-vs--Boston-College-Eagles-9-2-2024'],['PARKING: Florida State Seminoles vs. Boston College Eagles','Doak Campbell Stadium Parking Lots','Tallahassee, FL','Monday','9/2/2024','TBD','6229350','PARKING--Florida-State-Seminoles-vs--Boston-College-Eagles-9-2-2024'],['Boston College Eagles vs. Duquesne Dukes','Alumni Stadium - Chestnut Hill','Chestnut Hill, MA','Saturday','9/7/2024','TBD','6233363','Boston-College-Eagles-vs--Duquesne-Dukes-9-7-2024'],['Missouri Tigers vs. Boston College Eagles ','Faurot Field at Memorial Stadium','Columbia, MO','Saturday','9/14/2024','TBD','6117774','Missouri-Tigers-vs--Boston-College-Eagles--9-14-2024'],['Boston College Eagles vs. Michigan State Spartans','Alumni Stadium - Chestnut Hill','Chestnut Hill, MA','Saturday','9/21/2024','TBD','6117482','Boston-College-Eagles-vs--Michigan-State-Spartans-9-21-2024'],['Boston College Eagles vs. Western Kentucky Hilltoppers','Alumni Stadium - Chestnut Hill','Chestnut Hill, MA','Saturday','9/28/2024','TBD','6117483','Boston-College-Eagles-vs--Western-Kentucky-Hilltoppers-9-28-2024'],['Virginia Cavaliers vs. Boston College Eagles','Scott Stadium','Charlottesville, VA','Saturday','10/5/2024','TBD','6232995','Virginia-Cavaliers-vs--Boston-College-Eagles-10-5-2024'],['Virginia Tech Hokies vs. Boston College Eagles','Lane Stadium','Blacksburg, VA','Thursday','10/17/2024','TBD','6231374','Virginia-Tech-Hokies-vs--Boston-College-Eagles-10-17-2024'],['Boston College Eagles vs. Louisville Cardinals','Alumni Stadium - Chestnut Hill','Chestnut Hill, MA','Friday','10/25/2024','TBD','6232692','Boston-College-Eagles-vs--Louisville-Cardinals-10-25-2024'],['Boston College Eagles vs. Syracuse Orange','Alumni Stadium - Chestnut Hill','Chestnut Hill, MA','Saturday','11/9/2024','TBD','6232705','Boston-College-Eagles-vs--Syracuse-Orange-11-9-2024'],['Southern Methodist (SMU) Mustangs vs. Boston College Eagles','Gerald J. Ford Stadium','Dallas, TX','Saturday','11/16/2024','TBD','6233074','Southern-Methodist--SMU--Mustangs-vs--Boston-College-Eagles-11-16-2024'],['Boston College Eagles vs. North Carolina Tar Heels','Alumni Stadium - Chestnut Hill','Chestnut Hill, MA','Saturday','11/23/2024','TBD','6232699','Boston-College-Eagles-vs--North-Carolina-Tar-Heels-11-23-2024'],['Boston College Eagles vs. Pittsburgh Panthers','Alumni Stadium - Chestnut Hill','Chestnut Hill, MA','Saturday','11/30/2024','TBD','6232704','Boston-College-Eagles-vs--Pittsburgh-Panthers-11-30-2024']],'Boston College Eagles','http://www.ticketnetwork.com/ticket/Boston-College-Eagles-events.aspx');